object editImportPlug: TeditImportPlug Left = 367 Top = 224 BorderStyle = bsDialog Caption = 'Edit with external unit...' ClientHeight = 129 ClientWidth = 387 Color = 4874571 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 8 Top = 8 Width = 373 Height = 33 AutoSize = False Caption = 'This sample was created or imported using an external unit, impo' + 'rt-plugin or instrument and can still be edited...' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object plugNameLabel: TLabel Left = 174 Top = 49 Width = 123 Height = 14 Caption = 'unknown plugin name' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object okBtn: TButton Left = 224 Top = 96 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 0 end object cancelBtn: TButton Left = 304 Top = 96 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object rbOriginal: TRadioButton Left = 8 Top = 48 Width = 161 Height = 17 Caption = 'Edit using the original plugin:' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 TabStop = True end object rbOther: TRadioButton Left = 8 Top = 72 Width = 321 Height = 17 Caption = 'Edit using another edit-plugin' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 end end